home *** CD-ROM | disk | FTP | other *** search
/ Aminet 30 / Aminet 30 (1999)(Schatztruhe)[!][Apr 1999].iso / Aminet / dev / c / mkmk.readme < prev    next >
Text File  |  1999-03-02  |  2KB  |  50 lines

  1. Short:    Makefile rebuilder
  2. Author:   granta@mindspring.com (Grant Allen)
  3. Uploader: granta@mindspring.com (Grant Allen)
  4. Type:     dev/c
  5.  
  6.   Replacement to the SAS C/C++ MkMk tool. This provides
  7. several greatly enhanced features to makefiles and for
  8. building them:
  9.  
  10. 1) Fully organized makefiles
  11. 2) commented makefiles, for easy reading/following
  12. 3) date stamp added to top of makefile
  13. 4) ability to build makefiles that control the
  14.    building of executables OR libraries
  15. 5) controllable dependancies (headers/libraries/both/neither)
  16. 6) optional 2 pass mode to reduce length of dependency line
  17.    if too long a line causes make to bomb out
  18. 7) optional control of breaking rebuild of link libraries
  19.    into multiple calls. The SAS linker has a problem where,
  20.    if you attempt to add too many functions to the library
  21.    at once, it will overrun the index, causing OML to bomb
  22.    out.
  23.  
  24. -----------------------------------
  25.  
  26. Please don't break up this archive if you upload it elsewhere.
  27.  
  28. -----------------------------------
  29.  
  30. You are not allowed to charge for the distribution of this
  31. utility. I retain all rights to it, but I am not charging any
  32. fees for its use. It is fully operational (not crippleware),
  33. and contains NO nag screens!!! All help is built in. Just type
  34. 'mkmk help' to get full help on its use.
  35.  
  36. -----------------------------------
  37.  
  38. Please drop me a message letting me know what you think of it...
  39. suggestions, bugs, ...
  40.  
  41.  
  42. ============================= Archive contents =============================
  43.  
  44. Original  Packed Ratio    Date     Time    Name
  45. -------- ------- ----- --------- --------  -------------
  46.   108708   57585 47.0% 26-Sep-98 03:34:56  mkmk
  47.     1435     740 48.4% 25-Feb-99 00:55:32  mkmk.readme
  48. -------- ------- ----- --------- --------
  49.   110143   58325 47.0% 27-Feb-99 06:05:06   2 files
  50.